xen.git
2006-01-31 cl349@firebug... Disable CONFIG_HOTPLUG_CPU for now.
2006-01-31 cl349@firebug... Don't ignore .patch files.
2006-01-31 cl349@firebug... Update to Linux 2.6.14.
2006-01-31 kaf24@firebug... Fix the ia64 build.
2006-01-31 cl349@firebug... Adapt Xenlinux/ia64 to build in the new subarch environ...
2006-01-31 vhanquez@kneesa... add the hypercall_page to xenctx knowledge.
2006-01-31 kaf24@firebug... Clean up the adjdom change a little.
2006-01-31 ack@kneesa... Fix VCPU locking in sched_adjdom for multi-VCPU guests
2006-01-31 kaf24@firebug... Fix 64-bit debug build.
2006-01-31 vhanquez@kneesa... allow compilation of 32 bits on biarch 64 bits.
2006-01-31 kaf24@firebug... Remove dummy definitions of __gpfn_to_mfn/__mfn_to_gpfn.
2006-01-31 kaf24@firebug... mkhex script must be executable, but this was lost...
2006-01-31 kaf24@firebug... Big merge the HVM full-virtualisation abstractions.
2006-01-30 kaf24@firebug... Fix the ia64 definition of MAX_DMADOM_PFN.
2006-01-30 cl349@firebug... Update linux sparse tree to subarch layout.
2006-01-30 kaf24@firebug... Fix 64b build.
2006-01-30 kaf24@firebug... I found some mistakes of argument by the do_* functions...
2006-01-30 sos22@douglas... Merge.
2006-01-30 sos22@douglas... Re-arrange things in the domain builder a bit so as...
2006-01-30 kaf24@firebug... Split XENFEAT_writable_mmu_structures into
2006-01-30 kaf24@firebug... Move MAX_DMADOM_PFN to asm/config.h.
2006-01-29 kaf24@firebug... Adding network testing support for xm-test with hvm.
2006-01-29 kaf24@firebug... VMX support for xm-test currently doesn't support netwo...
2006-01-29 kaf24@firebug... Ever since patchset 8648 (xen-unstable.hg) all my confi...
2006-01-29 kaf24@firebug... Export the hypercall_page symbol to modules, otherwise...
2006-01-28 kaf24@firebug... Replace the MMUEXTOP 'pfn hole' commands with a new
2006-01-28 kaf24@firebug... Clean up shadow-translate xen patches. Add abstractions
2006-01-28 kaf24@firebug... Remove shadow-translate Linux patches for now. We'll...
2006-01-28 sos22@douglas... Fix build.
2006-01-27 sos22@douglas... Merge.
2006-01-27 sos22@douglas... Turn down debug a bit, and generally tidy hings up...
2006-01-27 sos22@douglas... Bug fix: we need to eagerly synchronise th HL2, since...
2006-01-27 sos22@douglas... Merge up and generally make shadow mode be nice.
2006-01-27 kaf24@firebug... Add hypercall-declaring header files.
2006-01-27 kaf24@firebug... Uniform definition of do_iret prototype. Use 'struct...
2006-01-27 Ian.Campbell... Checkin missing hunks from previous commit
2006-01-27 Ian.Campbell... merge
2006-01-27 kaf24@firebug... New memory hypercall 'populate_physmap'. Accepts a...
2006-01-27 kaf24@firebug... Need to include module.h to get EXPORT_SYMBOL macros.
2006-01-27 Ian.Campbell... Introduce XENFEAT_writable_mmu_structures.
2006-01-27 Ian.Campbell... Add XENVER_get_features sub-operation to HYPERVISOR_xen...
2006-01-27 Ian.Campbell... Rename funtions
2006-01-26 sos22@douglas... Fix a silly bug.
2006-01-26 sos22@douglas... Create a block of reserved PFNs in shadow translate...
2006-01-26 sos22@douglas... Merge.
2006-01-26 sos22@douglas... Make SMP guests work in shadow translate mode.
2006-01-26 sos22@douglas... Explicitly block attempts to mutate the M2P tables...
2006-01-26 sos22@douglas... Get the network interface working in shadow translate...
2006-01-26 kaf24@firebug... Must destroy grant-table maptrack table before pagetables,
2006-01-25 kaf24@firebug... Remove unneeded /proc/xen/grant and its libxc wrapper.
2006-01-25 emellor@leeni... Treat xenstore UUID for domU's like MAC addresses for...
2006-01-25 stekloff@elm3b216... Updated README for xm-test for the new "--with-vmx...
2006-01-25 stekloff@elm3b216... Add configuration option for specifying kernel to use...
2006-01-25 sos22@douglas... Merge.
2006-01-25 sos22@douglas... Fix 64-bit build.
2006-01-25 kaf24@firebug... Callers of __gpfn_to_mfn() do not need to check
2006-01-25 kaf24@firebug... Fix the 64-bit build.
2006-01-25 sos22@douglas... Make some basic cases of grant tables work in shadow...
2006-01-25 sos22@douglas... Merge.
2006-01-25 sos22@douglas... Make shadow translate mode work for unprivileged, unipr...
2006-01-25 sos22@douglas... Change domain_crash to say where it was called from.
2006-01-25 kaf24@firebug... Fix batched request list overflow on packet receive...
2006-01-25 kaf24@firebug... Export Xen driver util function symbols so that Xen...
2006-01-25 vhanquez@kneesa... Separate the validity checking of the page frame in...
2006-01-25 kaf24@firebug... Fix inline asm hypercall argument parameter indexes.
2006-01-25 kaf24@firebug... Rev8517 (Reduce locked critical region in __enter_sched...
2006-01-25 kaf24@firebug... Missing put_page_and_type() in dom0_op hypercall.
2006-01-25 kaf24@firebug... Fix 64-bit build and fix the transfer-page code for the
2006-01-24 kaf24@firebug... Fix an incorrect type, and a missing return value check,
2006-01-24 kaf24@firebug... Indirect hypercalls through a hypercall transfer page.
2006-01-24 toml@tomlt2... Adding __init__.py file to remove build warning.
2006-01-24 stekloff@elm3b216... Added dependency check for lilo in configure.ac for...
2006-01-24 Ke YuThis patch make xm reboot/shutdown work for vmx doamin.
2006-01-24 emellor@leeni... Merged.
2006-01-24 vhanquez@kneesa... reindent few lines that were using softtab instead...
2006-01-24 vhanquez@kneesa... add some checking of opening and read in dom0_init...
2006-01-24 vhanquez@kneesa... Merge
2006-01-24 vhanquez@kneesa... use talloc_zero instead of talloc + memset
2006-01-24 vhanquez@kneesa... use format printf style to write to tracefd instead...
2006-01-24 kaf24@firebug... Two shell commands weren't properly spaced in a makefile.
2006-01-24 vhanquez@kneesa... fixup memory leak and return value, if malloc or reallo...
2006-01-24 vhanquez@kneesa... fixup reallocation to "twice the size + 1", instead...
2006-01-24 vhanquez@kneesa... dup and open error value is -1, not < 0
2006-01-23 kaf24@firebug... The present pud_offset_k implementation runs the value...
2006-01-23 kaf24@firebug... ia64 specific part of gdbstub.
2006-01-23 kaf24@firebug... Emergency system halt should halt all processors, not...
2006-01-20 kaf24@firebug... The arguments to memset are ordered incorrectly in the
2006-01-19 kaf24@firebug... Allow disabling the tx checksums on the xen loopback
2006-01-19 kaf24@firebug... Fix a bug that causes storage key auth to be generated...
2006-01-19 kaf24@firebug... Having /usr/bin/xsls conflicts with xsls as distributed...
2006-01-19 kaf24@firebug... Cleanup dirty code avoiding warning messages when compiling
2006-01-18 vhanquez@kneesa... Delete 2 unused Kconfig files.
2006-01-17 smh22@firebug... No longer call xc_vcpu_getcontext() on restore (require...
2006-01-17 maf46@burn... Minor documentation fix
2006-01-17 kaf24@firebug... Remove the spin on VCPUF_running from context_switch().
2006-01-17 kaf24@firebug... Sync against scheduler tail on other CPUs when context
2006-01-16 vhanquez@kneesa... return -ENOMEM value instead of -1 when running out...
2006-01-16 vhanquez@kneesa... sanitize tpmfront. missing spin_unlock'ing in error...
2006-01-16 vhanquez@kneesa... bool type doesn't exist in C, don't try to emulate...
2006-01-16 vhanquez@kneesa... remove ASSERT macro.
next